home *** CD-ROM | disk | FTP | other *** search
/ Medabots Cardz / Medabots CD Cardz Sumilidon.bin / mac / assets / sumilidon.dxr / 00152_Script_152 < prev    next >
Text File  |  2001-12-07  |  283b  |  14 lines

  1. property cuepoint
  2. global wfullscreen
  3.  
  4. on exitFrame me
  5.   cuepoint = ispastcuepoint (sprite 7, 1)
  6.   if cuepoint = TRUE then
  7.     wfullscreen = 1
  8.     go to the frame + 1
  9.   end if
  10.   
  11.   set the width of sprite(7) = 800
  12.   set the height of sprite(7) = 600
  13.   go to the frame
  14. end